derelict.glib.genviron

Undocumented in source.

Members

Aliases

da_g_environ_getenv
alias da_g_environ_getenv = const(gchar)* function(gchar** envp, const(gchar)* variable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_environ_setenv
alias da_g_environ_setenv = gchar** function(gchar** envp, const(gchar)* variable, const(gchar)* value, gboolean overwrite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_environ_unsetenv
alias da_g_environ_unsetenv = gchar** function(gchar** envp, const(gchar)* variable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_get_environ
alias da_g_get_environ = gchar** function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_getenv
alias da_g_getenv = const(gchar)* function(const(gchar)* variable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_listenv
alias da_g_listenv = gchar** function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_setenv
alias da_g_setenv = gboolean function(const(gchar)* variable, const(gchar)* value, gboolean overwrite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_unsetenv
alias da_g_unsetenv = void function(const(gchar)* variable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_environ_getenv
const(gchar)* g_environ_getenv(gchar** envp, const(gchar)* variable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_environ_setenv
gchar** g_environ_setenv(gchar** envp, const(gchar)* variable, const(gchar)* value, gboolean overwrite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_environ_unsetenv
gchar** g_environ_unsetenv(gchar** envp, const(gchar)* variable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_environ
gchar** g_get_environ()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_getenv
const(gchar)* g_getenv(const(gchar)* variable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_listenv
gchar** g_listenv()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_setenv
gboolean g_setenv(const(gchar)* variable, const(gchar)* value, gboolean overwrite)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_unsetenv
void g_unsetenv(const(gchar)* variable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_environ_getenv
da_g_environ_getenv g_environ_getenv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_environ_setenv
da_g_environ_setenv g_environ_setenv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_environ_unsetenv
da_g_environ_unsetenv g_environ_unsetenv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_get_environ
da_g_get_environ g_get_environ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_getenv
da_g_getenv g_getenv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_listenv
da_g_listenv g_listenv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_setenv
da_g_setenv g_setenv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_unsetenv
da_g_unsetenv g_unsetenv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta